sccm client "configuration manager" icon vanish
Hi
We installed the SCCM client in three XP machines. I noticed after a few days the "configuration manager" icon in control panel is dissapear or vanish . any idea why it removes automatically ? due to unknown reason ?. We didn't
touch the machine and it happened is removed the "icon".
agent: 4.00.6487.2000
August 14th, 2012 8:52am
need to check the log files for the same :-
c:\windows\system32\ccmsetup\ccmsetup.log to see if it is uninstalled
c:\windows\system32\ccm\logs\ to see what is the exact issue .
Free Windows Admin Tool Kit Click here and download it now
August 14th, 2012 9:15am
hi,
If it's Windows XP 64, configuration manage icon is located View x86
Control Panel Icons folder in control panel.
Julien
August 14th, 2012 9:32am
Hi
How do I attached the logs files, so I can share my issues ?
Free Windows Admin Tool Kit Click here and download it now
August 14th, 2012 2:59pm
It's 32 bits windows XP SP2
August 14th, 2012 3:00pm
Hi,
You can share your logs on skydrive and post shared log links here.
To check whether SCCM is still running after configmgr client applet disappared, you can check whether ccmexec process is running is task manager.
Did you have the
Hide specified control panel applets or
Show only specified control panel applets settings enabled via a group policy?
If so you can fix it through following technet blogs:
http://blogs.technet.com/b/rspitz/archive/2011/06/16/certain-icons-do-not-appear-the-first-time-you-open-control-panel-on-windows-7.aspx
http://blogs.msdn.com/b/ntdebugging/archive/2011/04/22/control-panel-policy-and-the-missing-icon.aspx
Hope this will help.
Thanks
Free Windows Admin Tool Kit Click here and download it now
August 15th, 2012 5:13am
Quan,
I have had this same thing happen to me, in SCCM they show up as having the client installed and is working, but the client would be missing from the machine itself even though some parts of it are apparently talking to the server. I have had to do 2 things,
depending on the reason of it not working.
1 - re-register atl.dll, reinstall the client
2 - since the c:\windows\system32\ccmsetup folder exists open a command prompt and goto that folder and run ccmsetup.exe /uninstall. repair WMI and reinstall. I do often delete the ccmsetup folder though before pushing the reinstall of the client incase
there was a file that was the cause of this.
Also though, before you do either of these please look at the ccmsetup.log in c:\windows\system32\ccmsetup and see if it can tell you why. If the error is because of the atl.dll just open a run prompt (not command prompt, it will not work) and type regsvr32
atl.dll and hit enter.
Hope this helps.
August 15th, 2012 10:51am